home *** CD-ROM | disk | FTP | other *** search
- /* $Id: vector.h,v 1.7 89/09/20 17:49:24 mbp Exp $
- *
- * vector.h: header file for vector procedures
- */
-
- /************************************************************************
- * Copyright (C) 1989 by Mark B. Phillips *
- * *
- * Permission to use, copy, modify, and distribute this software and *
- * its documentation for any purpose and without fee is hereby granted, *
- * provided that the above copyright notice appear in all copies and *
- * that both that copyright notice and this permission notice appear in *
- * supporting documentation, and that the name of Mark B. Phillips or *
- * the University of Maryland not be used in advertising or publicity *
- * pertaining to distribution of the software without specific, written *
- * prior permission. This software is provided "as is" without express *
- * or implied warranty. *
- ************************************************************************/
-
- extern double LGD_L2norm_vec();
- extern double LGD_L2dist_vec();
- extern double LGD_dotprod_vec();
-